home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 18
/
CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso
/
CUCD
/
Online
/
CNetDemo
/
cnet
/
sdk
/
include
/
editor.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-09-04
|
423 b
|
18 lines
#ifndef CNET_EDITOR
#define CNET_EDITOR
struct DrawElement {
UBYTE x; // x screen position
UBYTE y; // y screen position
UBYTE att; // the character's attribute (colors)
UBYTE att2; // the character's attribute (others)
UBYTE c; // the character
UBYTE att0; // Was the attribute (underneath)
UBYTE att20; // Was the attribute (underneath)
UBYTE c0; // Was the character (underneath)
};
#endif